projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad8464
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 Dec 2001 17:57:16 +0000
(17:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 Dec 2001 17:57:16 +0000
(17:57 +0000)
lisp/emacs-lisp/debug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/debug.el
b/lisp/emacs-lisp/debug.el
index 59b2d75b384cc80d450695bf61001cb127f96e69..63e77bb2595e2ba46eecac1fff0e1a69f202ba05 100644
(file)
--- a/
lisp/emacs-lisp/debug.el
+++ b/
lisp/emacs-lisp/debug.el
@@
-332,8
+332,6
@@
That buffer should be current already."
(sym (intern-soft (buffer-substring-no-properties
beg end)))
(file (and sym (symbol-file sym))))
- (message "sym %s, file %s" sym file)
- (recursive-edit)
(when file
(goto-char beg)
;; help-xref-button needs to operate on something matched